/* FONTS */

div {
/*    border: 1px solid red;*/
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/Oswald-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.section {
    font-family: 'Oswald-Regular';
}

/*SECIONS*/
#section0{
    background-image: url("../images/section0.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#section1{
    background-image: url("../images/section1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2.8vh;
}
#section2{
    background-image: url("../images/section2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2.8vh;
}
#section3{
    background-image: url("../images/section3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#section4{
    background-image: url("../images/Contact_Background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2.8vh;
    letter-spacing: 2px;
    font-family: 'Oswald-ExtraLight';
    

}

#section1 .container, #section2 .container, #section3 .container, #section4 .container{
    padding-top:15vh ;
}
.section-content{
    padding-top: 15vh;
}

#client-form {
    margin-top: 20%;
}

#client-form input, #client-form textarea {
    border-radius: 10px;
    border: 0px;
    line-height: 2;
    opacity: .3;
}

#client-form input[type='text'] {
    background-image: url(../images/profile-ic.png);
    background-position: 7px 6px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 4px 50px;
}

#client-form input[type='email'] {
    background-image: url(../images/mail-ic.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 4px 50px;
}

#client-form textarea {
    background-image: url(../images/msg-ic.png);
    background-position: 7px 7px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 4px 50px;
}

.submit-btn {
    background-color: #777;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px !important;
    font-family: 'Oswald-Bold';
    letter-spacing: 2px;
}

footer {
    font-family: 'Oswald-ExtraLight';
    color: #fff;
    margin-top: 8%;
}

.panel-footer {
	background-color: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
* {
	box-sizing: border-box;
}

.panel-footer a {
	text-decoration: none;
}

.panel-footer a:hover {
	color: #000;
}

#backBtn {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#backBtn:hover {
	text-decoration: underline;
	cursor: pointer;
}

.section-bg {
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width:640px){
    .section-content{
        background-color: rgba(255, 255, 255, 0.7);
/*        height: 100vh;*/
    }
    
/*    .section4-content {
        background-color: rgba(0, 0, 0, 0.7);
    }*/
    
    #main-logo span {
        font-size: 4vh !important;
    }
     
    #section4 h1 {
        font-size: 5vh;
    }
        
    #section4 .fp-tableCell, #section3 .fp-tableCell{
        overflow-y: scroll;
    }
    
    #client-form {
        margin-top: 1%;
    }
}

#section1 p{
    font-weight: 500px;
    color: rgb(53, 53, 53);
    font-size: 1.2em;
}
#section2 ul{
    font-weight: 600;
    list-style: none;
    margin-bottom: 2%;
    margin-top: 2%;
}

#section2 ul li {
    list-style: none;
}

#section3 ul {
    font-size: 2.6vh;
    padding-left: 0px;
}

#section3 ul li {
    display: none;
    font-size: 2.2vh;
    padding-left: 3%;
}

ul.ul-list:hover {
    cursor: pointer;
}

.toggle-list {
    display: block !important;
}

#section3 .fa-circle {
    font-size: 0.8rem;
    color: #d8c500;
}

@media (max-width:768px){
    #section1{
        background-image: url("../images/section1-m.jpg");
    }
    .section1-content{
        background-color: rgba(255, 255, 255, 0.8);
        height: 100vh;
        border-bottom:6px solid rgba(255, 230, 0, 0.534);
    }
    #section1 p{
        font-size: 1.0em;;
    }
}
/* MAIN LOGO */
#main-logo{
    margin-top: 7%;
}
#main-logo hr{
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 100%;
}
#main-logo h1{
    font-size: 7vh ;
    font-family: 'Hammersmith One', sans-serif;
}
#main-logo span{
    font-size: 7vh;
    font-family: 'Hammersmith One', sans-serif;
    color: #dd518d;
    text-shadow: 0px 0px 20px #d9d9d9;
}
#main-logo > .row .col-5, #main-logo > .row .col-2{
    padding: 0px !important;
}
/*MAIN NAV*/
#main-nav > ul{
    width: 100% !important;
}
.nav-item{
    margin: 0 20px;
    font-size: 1.5em;
}
.nav-item a {
    color: black;
}
.nav-item a:hover{
    color: #dd518d;
}
#main-nav{
    margin: 0 auto;
    margin-top: 10%;
    width: 100%;
    height: 10vh;
    background-color: rgba(255, 255, 255, 0.5);
}

.main {
  -moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
  margin-top: 10% !important;
}

@media (max-width:768px){
    #main-nav{
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
    }
}

/*SECONDARY NAV*/
#secondary-nav{
    position: absolute;
    top:0;
    width: 100%;
    height: 7vh;
    background-color:#fff;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
@media (max-width:768px){
    #secondary-nav{
        height: auto;
    }
}

#secondary-nav.show{
    pointer-events: all;
    opacity: 1;
}

/*SERVICES TABS*/
#tabs > ul li{
    list-style: none;
    display: inline;
    background-color: #fff;
    border:solid 1px #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 2%;
}
#tabs > ul li a{
    color: black;
}
#tabs > ul li a{
    color: black;
}
#tabs > ul li a:hover{
    text-decoration: none;
}
