/*
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 : 20.8.2018, 9:28:02
    Author     : siavash
*/
body{
    /*background: url(../img/bodybg.jpg) no-repeat center center fixed!important;*/
}
.navbar-nav{
    letter-spacing: 0px;
}
.page-section{
        margin-top: 10rem;
        margin-bottom: 5rem;
    }
@media only screen and (max-width: 767px) {
    .brand {
        margin: 0;
        padding: 30px 0 10px;
        text-align: left;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: normal;
        color: #fff;
    }


}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 768px){
    .nav>li>a {
        padding: 10px;
    }
    .navbar-nav {
        font-size: 1.0em;
    }
    .brand{
        font-size: 1.5em;
    }
    
}
footer a{
    color: #fff;
}
@media (max-width:480px ){
    /* Force table to not be like tables anymore */

    .contact_form form input,.contact_form form textarea {
        min-width: 70%!important;
        max-width: 70%!important;
    }
    .contact_form table tbody td {
        max-width: 72%!important;
    }
    .contact_form table tr td {
        text-align: center; 

    }
    .contact_form table tr td:last-child {
        border-bottom: 3px solid #333;
    }
    
    .page-section{
        margin-top: 1rem;
        
    }
    
}
@media (max-width: 767px) {



    .contact_form table tbody {
        border: 0;
    }
    .contact_form table tbody tr {
        margin-bottom: 10px;
        display: block;

    }
    .contact_form table tbody td {
        display: block;
        text-align: left;
        font-size: 13px;
        max-width: 97%;
    }
    .contact_form table tbody td:last-child {
        border-bottom: 0;
    }
    .contact_form table tbody td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }


}