@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

@font-face {
  font-family: Black;
  src: url(../../fonts/ProximaNova-Black.otf);
}

@font-face {
  font-family: Bold;
  src: url(../../fonts/ProximaNova-Bold.otf);
}

@font-face {
  font-family: ExtraBold;
  src: url(../../fonts/ProximaNova-Extrabold.otf);
}

@font-face {
  font-family: Light;
  src: url(../../fonts/ProximaNova-Light.otf);
}

@font-face {
  font-family: LightItalic;
  src: url(../../fonts/ProximaNova-LightItalic.otf);
}

@font-face {
  font-family: Regular;
  src: url(../../fonts/ProximaNova-Regular.otf);
}

@font-face {
  font-family: RegularItalic;
  src: url(../../fonts/ProximaNova-RegularItalic.otf);
}

@font-face {
  font-family: Semibold;
  src: url(../../fonts/ProximaNova-Semibold.otf);
}

@font-face {
  font-family: SemiboldItalic;
  src: url(../../fonts/ProximaNova-SemiboldItalic.otf);
}

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #666;
  font-family: "Roboto", serif;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

/*custom*/
.masthead
{
  background: #fff;
  color: #4C4C4C;
  z-index:10;
   box-shadow: 0 8px 6px -6px #999;
   padding-bottom: 30px;
}
.site-wrapper
{
  /*padding: 9em 0 9em 0;*/
    /*background-color: #4686a0;*/
    /*color: rgba(255, 255, 255, 0.75);*/
    /*background-attachment: fixed, fixed, fixed;*/
    /*background-image: url(images/overlay2.png), url(images/overlay3.svg), linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);*/
    /*background-position: top left, center center, center center;*/
    /*background-size: auto, cover, cover;*/
    overflow: hidden;
    position: relative;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    line-height: 1em;
    margin: 0 0 1em 0;
}
h2
{
  font-size: 2em;
  line-height: 1.35em;
  margin-bottom: 0
}


#home
{
     background-image: url('../img/poza-fundal.png'); 
     background-size: cover; 
     background-position: center;
     margin-top: 102px;
     height: calc(100vh - 102px);
}
.hero
{
  color:#fff;
  margin-top: -200px;
}

.hero .fas
{
  font-size: 72px;
  margin-bottom: 48px;
}
.hero .tagline
{
  font-size: 32px;
  font-weight: 700;
  margin-top: -48px;
}

.cover-heading
{
  color:#fff;
  font-size: 700;
  margin-bottom: 12px;
}


.header-major
{
  margin-bottom: 1.5em;
}

.add-margin-left
{
  margin-left: 12px;
}

.img-bg
{
  background-color: #f0f0f2;
}
.img-bg-small-footer
{
   background-color: #d7d7d7;
   padding: 12px;
}
.img-bg-small-footer p
{
    margin-bottom: 0;
    font-size: 14px;
}
.img-bg h2
{
  color: black;
}
p
{
  line-height: 1.5;
  font-size: 18px;
}

.button
{
  background-color: #626262;
  box-shadow: none !important;
  color: #fff !important;
  min-width: 12em;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  /* text-transform: uppercase; */
  background-color: #227dc2;
}

.button:hover
{
  text-decoration: none;
  /* background-color: #808080; */
}

.button-alternate
{
     background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff !important;
    color: #333 !important;
}
.button-ghost
{
  background: transparent;
  /* border: 1px solid #fff; */
  background-color: #227dc2;
  font-weight: 300;
}

.alternate-bg
{
    background-color: #f0f0f2;
}

.add-padding
{
    padding: 48px 100px;
}



.voluntar-box
{
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}

.pas-box {
  display: grid;
  width: 400px;
  margin: 0 auto;
}

.pas-box img {
  width: 200px;
  height: 200px;
  margin: 24px 24px;
}

.pas-box p {
  text-align: center;
}

.voluntar-box img
{
  width: 17%;
  border-radius: 50%;
  margin: 24px auto;
}

.div-left {
  padding-left: 20px;
  padding-top: 50px;
}

.div-right {
  padding-right: 20px;
  padding-top: 50px;
}

.span-pc, .span-resp {
  font-size: 26px;
  font-weight: Bold;
}

.span-pc {
  float: left;
}

.div-right span {
  float: right;
}

#footer
{
    background-color: white;
    text-align: center;
    padding-bottom: 24px;
}

.footer-contact
{
  font-size: 2em;
}
.footer-contact li 
{
    padding: .5rem 1rem;
}

.footer-contact li a
{
    text-decoration: none;
}

.navbar
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 100px;
  border: 0;
  width: 100%;
  height: 100px;

  background-color: white;
  border-radius: 0px;
  position: fixed;

  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.navbar div.container-fluid
{
    margin-bottom: 10px;
}

.navbar-nav
{
    margin: 0;
}

.listLinks {
  display: flex; 
  justify-content: space-around; 
  align-items: center; 
  width: 100%; 
  padding-left: 50px;
}

.links a{
  color: black;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  list-style: none;
}

.links a:link {
  text-decoration: none;
  list-style: none;
}

.links a:hover {
  text-decoration: none;
  list-style: none;
}

.links a:active{
  text-decoration: none;
  list-style: none;
}

.links a:checked {
  text-decoration: none;
  list-style: none;
}

.links a:visited {
  text-decoration: none;
  list-style: none;
}

.login , .login1 {
  width: 120px;
  height: 35px;
  border-radius: 15px;
  border: 2px solid #539ad0;
  color: #539ad0;
  background-color:white;
  font-size: 16px;
  font-weight: 600;
}

.login1 {
  display: none;
}

.left-side, .right-side {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-side {
  width: 85%;
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}


.checkbtn {
  font-size: 30px;
  color: #227dc2;
  line-height: 80px;
  cursor: pointer;
  display: none;
}

.row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

.span-resp {display: none;}
.img-resp {display: none;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
        background-color: transparent;
        color: rgb(127, 215, 230);
}

/*
** Navbar & btn-primary custom styles
*/

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #579CD1;
    font-weight: 600;
}

.btn-primary {
    background-color: #217DC2;
    border-color: #217DC2;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
    background-color: #217DC2;
    border-color: #217DC2;
}

.btn-primary-login,
.btn-primary-login:hover,
.btn-primary-login:active,
.btn-primary-login:visited {
    width: 100px;
    /*color: #217DC2;*/
    background-color: #F8F9FA;
    border-width: 2px;
    /*border-color: #217DC2;*/
    color: #539ad0;
    border-color: #539ad0;
    border-radius: 50px;
}
.btn-cta
{
   min-width: 12em;
    padding: 12px;
}
.forgot-password,
.forgot-password:focus,
.forgot-password:hover {
    color: #217DC2;
    float: right;
    margin-right: 10px;
}

.register-now,
.register-now:focus,
.register-now:hover {
    color: #217DC2;
    float: left;
    margin-left: 10px;
}

 .visible-small
 {
     display: none;
 }
 
 .navbar-collapse
 {
    background: #f8f9fa;
    padding: 1.5rem;
    margin-top: 1rem;
 }
 
 @media (max-width: 1145px) {
     .btn-primary-login
     {
         width: 80px;
     }
     #listLinks
     {
         font-size:15px;
     }
    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-left:4px;
        padding-right:4px;
    }
    .hide-md
    {
        display:none;
    }
 }

@media (max-width: 600px) {
    .visible-small
    {
        display: block;
    }
    .visible-large
    {
        display: none;
    }
    
    .hero 
    {
        margin-top: 0;
    }

    .hero .tagline 
    {
        font-size: 21px;
    }
    .voluntar-box
    {
        display: block;
        text-align: center;
    }
    .nume-echipa
    {
        float: none;
    }
    
    .div-right, 
    .div-left
    {
       padding-top: 12px;
    }
    .header-major
    {
        text-align: center;
    }
    .voluntar-box img 
    {
        width: 80%;
    }
    .pas-box
    {
        width: 100%;
    }
    .pas-box img
    {
        width: 150px;
        height: 150px;
    }
    .add-padding
    {
        padding: 48px;
    }
}
