/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 Aug, 2019, 4:46:01 PM
    Author     : g
*/
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/montserrat/Montserrat-SemiBold.ttf"); 
}
@font-face {
    font-family: "Pacifico-Regular";
    src: url("../fonts/Pacifico-Regular.ttf"); 
}


body{  font-family: "Montserrat-SemiBold"; background-color: #e7a200; position: relative;}
.main{
    width: 600px;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main > h1{
    font-size: 90px; color: #fff; margin: 0; 
    /*font-family: "Pacifico-Regular";*/ 
    font-family: 'Pacifico', cursive;
}
.main > p{
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.btn-theme{
    font-size: 14px;
    padding: 10px 24px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-theme:hover, .btn-theme:focus{
    outline: none; background: #fff; color: #000;
}
.sc_icon{
    list-style-type: none; margin: 0; padding: 0;
}
.sc_icon > li{
    display: inline-block; margin-right: 5px;     margin-top: 15px;
}
.sc_icon > li:last-child{margin-right: 0;}
.sc_icon > li > a{
    font-size: 18px;
    color: #fff;
    padding: 4px;
}
