/*
 Theme Name:   Startup Srbija
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Startup Srbija
 Author:       Wordpress
 Author URI:   https://wordpress.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/
/*
*   Icons
*/
/*
* Animations
*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
            transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
            transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
            transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
            transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* 
*   Variables
*/
/*
*   General styles
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif !important;
}

.fixedPosition {
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.container-fluid {
  padding-left: 10%;
  padding-right: 10%;
}

.p-160 {
  padding: 160px 0;
}

a {
  text-decoration: none !important;
  outline: none;
}

a:hover, a:focus {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px !important;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 32px;
}

.light-grey-bg {
  background-color: #F7F9FB !important;
}

.font-blue {
  color: #3873FF !important;
}

.screen-reader-text {
  display: none;
}

.post-navigation {
  margin-bottom: 32px;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-title {
  font-size: 50px;
  color: #111A3A;
  font-weight: 600;
}

.subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: #3873FF;
  font-weight: 600;
  margin-bottom: 0;
}

.owl-theme .owl-dots {
  margin-top: 0;
}

.owl-theme .owl-dots button.owl-dot {
  outline: none;
}

.owl-theme .owl-dots button.owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #3873FF;
}

.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #111A3A;
}

.white-box {
  -webkit-box-shadow: 0 10px 20px rgba(17, 26, 58, 0.06);
          box-shadow: 0 10px 20px rgba(17, 26, 58, 0.06);
  padding: 24px 30px;
}

.blue-box {
  padding: 24px 30px;
  background-color: #3873FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
}

.blue-box h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}

.company-info .item {
  margin: 16px 0;
}

.company-info .item a {
  font-weight: 600;
}

.story-single-info .item {
  margin-bottom: 32px;
}

.story-single-info .item:last-child {
  margin-bottom: 0;
}

.single-story-image {
  margin: 0 auto;
  display: block;
  width: 260px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.wpcf7-response-output {
  margin: 8px 0 !important;
  background: #3873FF;
  border-color: #3873FF !important;
  color: #fff;
  padding: 10px !important;
}

/* 
*   Buttons
*/
.btn {
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 24px;
  border: 1px solid;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-white {
  background-color: #fff;
  color: #3873FF;
  border-color: #fff;
}

.btn-white:hover {
  background-color: #173272;
  border-color: #173272;
  color: #fff;
}

.btn-blue {
  background-color: #3873FF;
  color: #fff;
  border-color: #3873FF;
}

.btn-blue:hover {
  background-color: #173272;
  border-color: #173272;
  color: #fff;
}

/*
* Form
*/
input.form-control,
textarea.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #E9E9E9;
  padding: 16px !important;
  height: 60px;
}

input.form-control:focus,
textarea.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #3873FF !important;
}

textarea.form-control {
  height: 200px;
}

/*
* Navigation
*/
.site-header .navbar {
  background-color: #173272;
  padding: 22px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}

.site-header .navbar .menu-btn-burger {
  display: none;
}

.site-header .navbar .mobile-login {
  display: none;
}

.site-header .navbar .mobile-menu {
  display: none;
}

.site-header .navbar li a {
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}

.site-header .navbar li.current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #173272;
  height: 4px;
  width: 100%;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 100%;
}

/* 
*   Home
*/
#home {
  height: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}

#home img.home-image {
  position: absolute;
  bottom: 0;
  right: 10%;
}

#home h1 {
  font-size: 50px;
  font-weight: 600;
}

#home p {
  font-size: 22px !important;
}

#testimonials .white-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

#testimonials .white-box .top img {
  border-radius: 50%;
  width: 73px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonials .white-box .top .text {
  margin-left: 16px;
}

#testimonials .white-box .top .text h4 {
  color: #111A3A;
  font-size: 20px;
  font-weight: 600;
}

#testimonials .white-box .top .text p {
  margin: 0;
  color: #B4B4B4;
}

#testimonials .white-box .bottom p {
  color: #5A5A5A;
  margin: 0;
}

#stories .white-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  margin-bottom: 30px;
  height: 320px;
}

#stories .white-box:hover {
  position: relative;
  top: -15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 10px 20px rgba(56, 116, 255, 0.15);
          box-shadow: 0 10px 20px rgba(56, 116, 255, 0.15);
}

#stories .white-box h3 {
  font-size: 24px;
  color: #3873FF;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 32px;
}

#stories .white-box p {
  color: #5A5A5A;
  font-weight: 600;
  margin: 0;
}

#stories .white-box .image {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#stories .white-box .image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: initial;
  max-height: 120px;
  height: auto;
  max-width: 200px;
}

#about {
  position: relative;
}

#about .col-lg-6:first-child .main-title {
  font-size: 22px;
}

#about .col-lg-6:first-child .subtitle {
  font-size: 16px;
  text-transform: capitalize;
}

#about .about-description ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
  margin-bottom: 16px;
}

#about .about-description ul li {
  padding: 8px 0;
}

#about .success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about .success-content .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  margin: 1%;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#about .success-content .item h3 {
  color: #3873FF;
  font-weight: 600;
  font-size: 80px;
  margin-bottom: 10px;
}

#about .success-content .item .image-success {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .success-content .item .image-success img {
  margin-bottom: 12px;
}

#about .success-content .item p {
  color: #5A5A5A;
  margin: 0;
}

#about .overlay {
  position: absolute;
  height: 85%;
  width: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  background-color: #F7F9FB;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

img.stories-logo {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 
*   Footer
*/
footer {
  background-color: #111A3A;
  padding: 22px 0;
}

footer p {
  color: #fff;
  text-align: center;
}

footer p a {
  color: #3873FF;
}

/* 
*   Responsive
*/
@media only screen and (min-width: 1280px) and (max-width: 1650px) {
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .main-title {
    font-size: 40px;
  }
  #home img.home-image {
    width: 600px;
  }
  #home h1 {
    font-size: 40px;
  }
  #home h1 br {
    display: none;
  }
  #home p {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .main-title {
    font-size: 40px;
  }
  #home {
    height: 80vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  #home h1 {
    font-size: 50px;
  }
  #home h1 br {
    display: none;
  }
  #about .col-lg-6,
  #about .col-lg-8,
  #about .col-lg-4,
  #contact .col-lg-6,
  #contact .col-lg-8,
  #contact .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #about .overlay {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .main-title {
    font-size: 40px;
  }
  .site-header .navbar {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .site-header .navbar .menu-btn-burger {
    display: block !important;
    position: absolute;
    right: 27px;
    z-index: 99999;
    top: 27px;
  }
  .site-header .navbar .menu-btn-burger #nav-icon {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 30px;
    height: 30px;
    z-index: 99999;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .site-header .navbar .menu-btn-burger #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .site-header .navbar .menu-btn-burger #nav-icon span:nth-child(1) {
    top: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-header .navbar .menu-btn-burger #nav-icon span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-header .navbar .menu-btn-burger #nav-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span {
    background-color: #fff;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px;
    right: 0;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 27px;
    right: 0;
  }
  .site-header .navbar .mobile-menu {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    background: rgba(23, 50, 114, 0.75) 0% 0% no-repeat padding-box;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container {
    width: 100%;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container li {
    margin: 6px 0;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container li a {
    color: #fff !important;
    font-size: 28px;
    display: block;
    line-height: 1;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container li.current_page_item a::after {
    display: none;
  }
  .site-header .navbar .mobile-menu.sliding-open {
    right: 0;
  }
  #home {
    height: 100vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home img.home-image {
    width: 600px;
  }
  #home .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  #home h1 {
    font-size: 40px;
  }
  #home h1 br {
    display: none;
  }
  #stories .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #about .overlay {
    display: block;
    bottom: 0;
    height: 45%;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    width: 100%;
  }
}

@media only screen and (min-device-width: 901px) and (max-device-width: 1024px) and (orientation: landscape) {
  .site-header .navbar .menu-btn-burger {
    display: none !important;
  }
  #home img.home-image {
    width: 390px;
  }
  #home .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  #home p {
    font-size: 18px !important;
  }
  #home h1 {
    font-size: 40px;
  }
  #home h1 br {
    display: none;
  }
  #about .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #about .overlay {
    display: block;
    bottom: 0;
    height: 45%;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 900px) and (orientation: landscape) {
  #home img.home-image {
    width: 250px;
  }
  #home .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  #home p {
    font-size: 16px !important;
    max-width: 80%;
  }
  #home h1 {
    font-size: 32px;
  }
  #home h1 br {
    display: none;
  }
  #about .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #about .overlay {
    display: block;
    bottom: 0;
    height: 45%;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .p-160 {
    padding: 80px 0;
  }
  section {
    padding: 50px 0;
  }
  p {
    font-size: 15px !important;
  }
  .single-story-image {
    margin-bottom: 32px !important;
  }
  .main-title {
    font-size: 24px;
  }
  section {
    padding: 30px 0;
  }
  img.stories-logo {
    height: 110px;
    margin-bottom: 0 !important;
    margin: 8px auto !important;
  }
  .type-stories .main-title {
    margin-bottom: 0 !important;
  }
  .single-story-image {
    width: 200px;
    height: 200px;
  }
  .post-navigation {
    margin-bottom: 16px;
  }
  .type-stories .mt-5 {
    margin-top: 8px !important;
  }
  #contact .mb-4 {
    margin-bottom: 0 !important;
  }
  .company-info .item:first-child {
    margin-top: 0;
  }
  .company-info .item {
    margin: 8px 0;
  }
  textarea.form-control {
    height: 150px;
  }
  .site-header img {
    width: 90%;
  }
  .site-header .navbar {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .site-header .navbar .menu-btn-burger {
    display: block !important;
    position: absolute;
    right: 27px;
    z-index: 99999;
    top: 27px;
  }
  .site-header .navbar .menu-btn-burger #nav-icon {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 30px;
    height: 30px;
    z-index: 99999;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .site-header .navbar .menu-btn-burger #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .site-header .navbar .menu-btn-burger #nav-icon span:nth-child(1) {
    top: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-header .navbar .menu-btn-burger #nav-icon span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-header .navbar .menu-btn-burger #nav-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span {
    background-color: #fff;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px;
    right: 0;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .site-header .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 27px;
    right: 0;
  }
  .site-header .navbar .mobile-menu {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    background: rgba(23, 50, 114, 0.75) 0% 0% no-repeat padding-box;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container {
    width: 100%;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container li {
    margin: 6px 0;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container li a {
    color: #fff !important;
    font-size: 28px;
    display: block;
    line-height: 1;
  }
  .site-header .navbar .mobile-menu .mobile-menu-container li.current_page_item a::after {
    display: none;
  }
  .site-header .navbar .mobile-menu.sliding-open {
    right: 0;
  }
  #home {
    height: calc(100vh - 86.3px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home h1 {
    font-size: 23px;
  }
  #home h1 br {
    display: none;
  }
  #home img.home-image {
    width: 340px;
  }
  #home p {
    font-size: 15px !important;
  }
  #home p br {
    display: none;
  }
  #about .overlay {
    display: none;
  }
  #about .success-content .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #about .success-content .item h3 {
    font-size: 50px;
    margin-bottom: 5px;
  }
  footer p {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 320px) {
  #home h1 {
    font-size: 20px;
  }
  #home img.home-image {
    width: 280px;
  }
}
/*# sourceMappingURL=style.css.map */